SvgTemplateProperties

@Serializable
data class SvgTemplateProperties(val orientation: SvgOrientation? = null, val colorScheme: SvgColorScheme? = null, val contrast: SvgContrast? = null)(source)

Properties for the SVG template

Constructors

Link copied to clipboard
constructor(orientation: SvgOrientation? = null, colorScheme: SvgColorScheme? = null, contrast: SvgContrast? = null)

Properties

Link copied to clipboard
@SerialName(value = "color_scheme")
val colorScheme: SvgColorScheme? = null

The color scheme for which the SVG template is optimized

Link copied to clipboard
@SerialName(value = "contrast")
val contrast: SvgContrast? = null

The contrast for which the SVG template is optimized

Link copied to clipboard
@SerialName(value = "orientation")
val orientation: SvgOrientation? = null

The orientation for which the SVG template is optimized